Skip to content

[Snyk] Upgrade com.amazonaws:aws-java-sdk-s3 from 1.11.327 to 1.12.797#1

Open
ryanmcmorrowsnyk wants to merge 1 commit into
mainfrom
snyk-upgrade-e8421fcbeeb343c360d6601202f81d94
Open

[Snyk] Upgrade com.amazonaws:aws-java-sdk-s3 from 1.11.327 to 1.12.797#1
ryanmcmorrowsnyk wants to merge 1 commit into
mainfrom
snyk-upgrade-e8421fcbeeb343c360d6601202f81d94

Conversation

@ryanmcmorrowsnyk

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-s3 from 1.11.327 to 1.12.797.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1502 versions ahead of your current version.

  • The recommended version was released 2 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-SOFTWAREAMAZONION-6153869
300 No Known Exploit
medium severity Directory Traversal
SNYK-JAVA-COMAMAZONAWS-2952700
300 No Known Exploit

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-s3 from 1.11.327 to 1.12.797.

See this package in maven:
com.amazonaws:aws-java-sdk-s3

See this project in Snyk:
https://app.snyk.io/org/dev-team-1-GXHHqjKkdZpkvhZpMAbvFF/project/c0084c67-dd3e-4f7c-b3b5-cb4b40911bd5?utm_source=github&utm_medium=referral&page=upgrade-pr
@ryanmcmorrowsnyk

Copy link
Copy Markdown
Owner Author

Merge Risk: Medium

This upgrade moves the AWS SDK for Java from the 1.11.x series to the 1.12.x series. While this is not a major version change, it introduces a significant environmental requirement.

Key Changes:

  • Java Runtime Requirement: Version 1.12.x of the SDK requires Java 8 or later. Support for Java 6 and 7 has been dropped. If your application is running on an older Java version, you will encounter runtime errors.
  • Jackson Dependency Upgrade: The 1.12.x release line upgrades the SDK's internal dependency on the Jackson JSON library from version 2.6 to 2.12. While the SDK's own APIs are not changed, if your project directly uses or has other dependencies that rely on an older version of Jackson, you may encounter behavioral changes or compile-time errors.
  • Maintenance Mode: The AWS SDK for Java 1.x is in maintenance mode and will reach its end-of-support on December 31, 2025. AWS recommends migrating to the AWS SDK for Java 2.x.

Recommendation:
Verify that your project's runtime environment uses Java 8 or newer. Also, check your project's dependencies for any direct or transitive dependencies on the Jackson library to ensure there are no conflicts with the upgraded version.

Source: AWS SDK for Java GitHub Repository

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants